home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / radiance / simplerd.lha / simplerad / FinalFTP / Conv / Off / Makefile next >
Encoding:
Makefile  |  1992-07-13  |  282 b   |  9 lines

  1. ######################################################################
  2. # Makefile for off (geometry only) to radiosity input file format. 
  3. # May, 1992.
  4. ######################################################################
  5. all:
  6.     cc -o off2pat off2pat.c -lm -O
  7. clean:
  8.     rm -f off2pat
  9.